home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-08-29 | 701 b | 33 lines | [TEXT/R*ch] |
- <html>
- <head>
- <link rel=stylesheet type="text/css" HREF="fa.css">
- <title>Flex-Able: Form Processing</title>
- </head>
- <body>
-
- <DIV CLASS="topic">Test Form Processing</DIV>
- <p><br>
- <p><br>
-
- <h2>The field values are:</h2>
- <:set form <:read_form>>
- <ul>
- <:foreach name value form>
- <:echo "<b>" name "</b>:" value " (" <:type_of value> ") <br>">
- <:ifequal <:type_of value> "FSSP">
- <blockquote><pre><:include_file value></pre></blockquote>
- <:/ifequal>
- <:/foreach>
- </ul>
- <P>
-
- <h2>The checkbox values are:</h2>
- <ul><:foreach name value form["checks"]>
- <:echo "<b>" name "</b>:" value "<br>">
- <:/foreach></ul><P>
-
- <hr>
- <A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
- </body>
- </html>
-